-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rootless: do not raise an error if the entrypoint is specified #1472
Conversation
do not error out when the storage is not initialized and the entrypoint command is not available for the specified image. Check it when we re-exec in an user namespace and can access the storage. Closes: containers#1452 Signed-off-by: Giuseppe Scrivano <[email protected]>
LGTM |
bot, retest this please |
LGTM |
I'll give CI a bit to see that we're really back before starting homu |
📌 Commit 1c26d81 has been approved by |
⌛ Testing commit 1c26d81 with merge 00ac67d... |
💔 Test failed - status-papr |
@rh-atomic-bot retry |
bot, retest this please |
⌛ Testing commit 1c26d81 with merge ede18bd... |
💔 Test failed - status-papr |
@rh-atomic-bot retry |
bot, retest this please |
⌛ Testing commit 1c26d81 with merge 285abce... |
💔 Test failed - status-papr |
Rootless rootfs flaked |
⌛ Testing commit 1c26d81 with merge d660d6f... |
bot, retest this please |
I think we're actually good to merge this manually |
do not error out when the storage is not initialized and the
entrypoint command is not available for the specified image. Check it
when we re-exec in an user namespace and can access the storage.
Closes: #1452
Signed-off-by: Giuseppe Scrivano [email protected]